Revision: kernel-package--devel--0.1--patch-336
Archive: srivasta@debian.org--2003-primary
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Fri Oct 10 21:12:27 CDT 2003
Standard-date: 2003-10-11 02:12:27 GMT
Modified-files: README debian/changelog kernel-img.conf.5
    kernel-pkg.conf.5 kernel/Control kernel/README
    kernel/image.postinst kernel/image.preinst kernel/rules
    make-kpkg make-kpkg.8
New-patches: srivasta@debian.org--2003-primary/kernel-package--devel--0.1--patch-336
Summary: cscvs to tla changeset 337
Keywords: cscvs:MAIN-337

Author: srivasta
Date: 2000/04/30 08:14:34
   * Changed image postinst to allow people to specify they want the image
moved from /boot into some other location (for example, loadlin users)
closes: Bug#61832
* Changed the default version number from 1.00. closes: Bug#62836
* Can't reproduce .config being deleted (and indeed, there is not code
in lernel-package that directly deletes that file). I'm closing this
bug until we get a reproducible problem, or at least more
details. Until then, just chalk it up to happenstance.
closes: Bug#61606
* Make sure we ignore spaces in the value of the HOSTCC and CC env
variables.
* Make the source package suggest task-tcltk-dev, rather than tk-dev,
since the latter is no longer provided by modern packages (apparently
it was not meant to be a publically used virtual package)
* Rewrote the preinst to pay attention to the kernel-img.conf. Added a
variable called clobber_modules that shall have the preinst move
/lib/modules/version dir out of the way silently. (I strongly suggest
that this varible not be set unless you know what you are
doing). closes: Bug#62745
* Added (courtesey of Peter Moulder) a new option called --config to
make-kpkg, which allows you to specify what configure target shallb e
used by make-kpkg. Defaults to oldconfig. This was added so you can
run your usual config step _after_ the kernel has been patched by
make-kpkg. closes: Bug#61503
* Added a new target to make-kpkg, called debian, which essentially
creates a ,.debian directory and runs the kernel patch process. This
is so you have an alternative to using --config; you can just call
make-kpkg debian, make menuconfig, make-kpkg ....
